Transforms a the items of a source enumeration into a the items of a destination one.
Name | Description |
---|---|
Map<TDestinationItem>(this IEnumerable, Func<TSourceItemTDestinationItem>) | Transforms a the items of a source enumeration into a the items of a destination one. |
Map<TDestinationItem>(this IEnumerable<TSourceItem>, Func<TSourceItemTDestinationItem>) | Transforms a the items of a source enumeration into a the items of a destination one. |